Class TdApi.InlineQueryResultSticker

Enclosing class:
TdApi

public static class TdApi.InlineQueryResultSticker extends TdApi.InlineQueryResult
Represents a sticker.
  • Field Details

    • id

      public String id
      Unique identifier of the query result.
    • sticker

      public TdApi.Sticker sticker
      Sticker.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • InlineQueryResultSticker

      public InlineQueryResultSticker()
      Represents a sticker.
    • InlineQueryResultSticker

      public InlineQueryResultSticker(String id, TdApi.Sticker sticker)
      Represents a sticker.
      Parameters:
      id - Unique identifier of the query result.
      sticker - Sticker.
  • Method Details