Class TdApi.MessageSenderChat

  • Enclosing class:
    TdApi

    public static class TdApi.MessageSenderChat
    extends TdApi.MessageSender
    The message was sent on behalf of a chat.
    • Field Detail

      • chatId

        public long chatId
        Identifier of the chat that sent the message.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MessageSenderChat

        public MessageSenderChat()
        The message was sent on behalf of a chat.
      • MessageSenderChat

        public MessageSenderChat​(long chatId)
        The message was sent on behalf of a chat.
        Parameters:
        chatId - Identifier of the chat that sent the message.