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

18 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L5359: 		StoriesGetChatsToSendRequestTypeID:                                      func() bin.Object { return &StoriesGetChatsToSendRequest{} },
		tl_server_gen.go#L9974: 		var request StoriesGetChatsToSendRequest
		tl_stories_get_chats_to_send_gen.go#L41: type StoriesGetChatsToSendRequest struct {
		tl_stories_get_chats_to_send_gen.go#L49: 	_ bin.Encoder     = &StoriesGetChatsToSendRequest{}
		tl_stories_get_chats_to_send_gen.go#L50: 	_ bin.Decoder     = &StoriesGetChatsToSendRequest{}
		tl_stories_get_chats_to_send_gen.go#L51: 	_ bin.BareEncoder = &StoriesGetChatsToSendRequest{}
		tl_stories_get_chats_to_send_gen.go#L52: 	_ bin.BareDecoder = &StoriesGetChatsToSendRequest{}
		tl_stories_get_chats_to_send_gen.go#L55: func (g *StoriesGetChatsToSendRequest) Zero() bool {
		tl_stories_get_chats_to_send_gen.go#L64: func (g *StoriesGetChatsToSendRequest) String() string {
		tl_stories_get_chats_to_send_gen.go#L68: 	type Alias StoriesGetChatsToSendRequest
		tl_stories_get_chats_to_send_gen.go#L75: func (*StoriesGetChatsToSendRequest) TypeID() uint32 {
		tl_stories_get_chats_to_send_gen.go#L80: func (*StoriesGetChatsToSendRequest) TypeName() string {
		tl_stories_get_chats_to_send_gen.go#L85: func (g *StoriesGetChatsToSendRequest) TypeInfo() tdp.Type {
		tl_stories_get_chats_to_send_gen.go#L99: func (g *StoriesGetChatsToSendRequest) Encode(b *bin.Buffer) error {
		tl_stories_get_chats_to_send_gen.go#L108: func (g *StoriesGetChatsToSendRequest) EncodeBare(b *bin.Buffer) error {
		tl_stories_get_chats_to_send_gen.go#L116: func (g *StoriesGetChatsToSendRequest) Decode(b *bin.Buffer) error {
		tl_stories_get_chats_to_send_gen.go#L127: func (g *StoriesGetChatsToSendRequest) DecodeBare(b *bin.Buffer) error {
		tl_stories_get_chats_to_send_gen.go#L144: 	request := &StoriesGetChatsToSendRequest{}