from property

  1. @JsonKey(name: 'from')
User? get from
inherited

Optional. Sender of the message; empty for messages sent to channels. For backward compatibility, the field contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat.

Implementation

@JsonKey(name: 'from')
User? get from;