Class TdApi.InlineQueryResultSticker

Enclosing class:
TdApi

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

  • Constructor Details

    • InlineQueryResultSticker

      public InlineQueryResultSticker()
      Represents a sticker.
    • InlineQueryResultSticker

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

      public InlineQueryResultSticker​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details