Class: TD::Types::InlineQueryResult::Sticker

Inherits:
TD::Types::InlineQueryResult show all
Defined in:
lib/tdlib/types/inline_query_result/sticker.rb

Overview

Represents a sticker.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#idTD::Types::String

Unique identifier of the query result.

Returns:

  • (TD::Types::String)

    the current value of id



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

def id
  @id
end

#stickerTD::Types::Sticker

Sticker.

Returns:



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

def sticker
  @sticker
end