Class: TD::Types::EmojiKeyword

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/emoji_keyword.rb

Overview

Represents an emoji with its keyword.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#emojiTD::Types::String

The emoji.

Returns:

  • (TD::Types::String)

    the current value of emoji



6
7
8
# File 'lib/tdlib/types/emoji_keyword.rb', line 6

def emoji
  @emoji
end

#keywordTD::Types::String

The keyword.

Returns:

  • (TD::Types::String)

    the current value of keyword



6
7
8
# File 'lib/tdlib/types/emoji_keyword.rb', line 6

def keyword
  @keyword
end