type github.com/gotd/td/tg.MessagesGetMessageReadParticipantsRequest

22 uses

	github.com/gotd/td/tg (current package)
		tl_messages_get_message_read_participants_gen.go#L46: type MessagesGetMessageReadParticipantsRequest struct {
		tl_messages_get_message_read_participants_gen.go#L58: 	_ bin.Encoder     = &MessagesGetMessageReadParticipantsRequest{}
		tl_messages_get_message_read_participants_gen.go#L59: 	_ bin.Decoder     = &MessagesGetMessageReadParticipantsRequest{}
		tl_messages_get_message_read_participants_gen.go#L60: 	_ bin.BareEncoder = &MessagesGetMessageReadParticipantsRequest{}
		tl_messages_get_message_read_participants_gen.go#L61: 	_ bin.BareDecoder = &MessagesGetMessageReadParticipantsRequest{}
		tl_messages_get_message_read_participants_gen.go#L64: func (g *MessagesGetMessageReadParticipantsRequest) Zero() bool {
		tl_messages_get_message_read_participants_gen.go#L79: func (g *MessagesGetMessageReadParticipantsRequest) String() string {
		tl_messages_get_message_read_participants_gen.go#L83: 	type Alias MessagesGetMessageReadParticipantsRequest
		tl_messages_get_message_read_participants_gen.go#L88: func (g *MessagesGetMessageReadParticipantsRequest) FillFrom(from interface {
		tl_messages_get_message_read_participants_gen.go#L99: func (*MessagesGetMessageReadParticipantsRequest) TypeID() uint32 {
		tl_messages_get_message_read_participants_gen.go#L104: func (*MessagesGetMessageReadParticipantsRequest) TypeName() string {
		tl_messages_get_message_read_participants_gen.go#L109: func (g *MessagesGetMessageReadParticipantsRequest) TypeInfo() tdp.Type {
		tl_messages_get_message_read_participants_gen.go#L132: func (g *MessagesGetMessageReadParticipantsRequest) Encode(b *bin.Buffer) error {
		tl_messages_get_message_read_participants_gen.go#L141: func (g *MessagesGetMessageReadParticipantsRequest) EncodeBare(b *bin.Buffer) error {
		tl_messages_get_message_read_participants_gen.go#L156: func (g *MessagesGetMessageReadParticipantsRequest) Decode(b *bin.Buffer) error {
		tl_messages_get_message_read_participants_gen.go#L167: func (g *MessagesGetMessageReadParticipantsRequest) DecodeBare(b *bin.Buffer) error {
		tl_messages_get_message_read_participants_gen.go#L189: func (g *MessagesGetMessageReadParticipantsRequest) GetPeer() (value InputPeerClass) {
		tl_messages_get_message_read_participants_gen.go#L197: func (g *MessagesGetMessageReadParticipantsRequest) GetMsgID() (value int) {
		tl_messages_get_message_read_participants_gen.go#L223: func (c *Client) MessagesGetMessageReadParticipants(ctx context.Context, request *MessagesGetMessageReadParticipantsRequest) ([]ReadParticipantDate, error) {
		tl_registry_gen.go#L5094: 		MessagesGetMessageReadParticipantsRequestTypeID:                         func() bin.Object { return &MessagesGetMessageReadParticipantsRequest{} },
		tl_server_gen.go#L5247: func (s *ServerDispatcher) OnMessagesGetMessageReadParticipants(f func(ctx context.Context, request *MessagesGetMessageReadParticipantsRequest) ([]ReadParticipantDate, error)) {
		tl_server_gen.go#L5249: 		var request MessagesGetMessageReadParticipantsRequest