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

25 uses

	github.com/gotd/td/tg (current package)
		tl_channels_get_inactive_channels_gen.go#L135: func (c *Client) ChannelsGetInactiveChannels(ctx context.Context) (*MessagesInactiveChats, error) {
		tl_channels_get_inactive_channels_gen.go#L136: 	var result MessagesInactiveChats
		tl_messages_inactive_chats_gen.go#L38: type MessagesInactiveChats struct {
		tl_messages_inactive_chats_gen.go#L52: 	_ bin.Encoder     = &MessagesInactiveChats{}
		tl_messages_inactive_chats_gen.go#L53: 	_ bin.Decoder     = &MessagesInactiveChats{}
		tl_messages_inactive_chats_gen.go#L54: 	_ bin.BareEncoder = &MessagesInactiveChats{}
		tl_messages_inactive_chats_gen.go#L55: 	_ bin.BareDecoder = &MessagesInactiveChats{}
		tl_messages_inactive_chats_gen.go#L58: func (i *MessagesInactiveChats) Zero() bool {
		tl_messages_inactive_chats_gen.go#L76: func (i *MessagesInactiveChats) String() string {
		tl_messages_inactive_chats_gen.go#L80: 	type Alias MessagesInactiveChats
		tl_messages_inactive_chats_gen.go#L85: func (i *MessagesInactiveChats) FillFrom(from interface {
		tl_messages_inactive_chats_gen.go#L98: func (*MessagesInactiveChats) TypeID() uint32 {
		tl_messages_inactive_chats_gen.go#L103: func (*MessagesInactiveChats) TypeName() string {
		tl_messages_inactive_chats_gen.go#L108: func (i *MessagesInactiveChats) TypeInfo() tdp.Type {
		tl_messages_inactive_chats_gen.go#L135: func (i *MessagesInactiveChats) Encode(b *bin.Buffer) error {
		tl_messages_inactive_chats_gen.go#L144: func (i *MessagesInactiveChats) EncodeBare(b *bin.Buffer) error {
		tl_messages_inactive_chats_gen.go#L174: func (i *MessagesInactiveChats) Decode(b *bin.Buffer) error {
		tl_messages_inactive_chats_gen.go#L185: func (i *MessagesInactiveChats) DecodeBare(b *bin.Buffer) error {
		tl_messages_inactive_chats_gen.go#L244: func (i *MessagesInactiveChats) GetDates() (value []int) {
		tl_messages_inactive_chats_gen.go#L252: func (i *MessagesInactiveChats) GetChats() (value []ChatClass) {
		tl_messages_inactive_chats_gen.go#L260: func (i *MessagesInactiveChats) GetUsers() (value []UserClass) {
		tl_messages_inactive_chats_gen.go#L268: func (i *MessagesInactiveChats) MapChats() (value ChatClassArray) {
		tl_messages_inactive_chats_gen.go#L273: func (i *MessagesInactiveChats) MapUsers() (value UserClassArray) {
		tl_registry_gen.go#L4542: 		MessagesInactiveChatsTypeID:                                             func() bin.Object { return &MessagesInactiveChats{} },
		tl_server_gen.go#L7383: func (s *ServerDispatcher) OnChannelsGetInactiveChannels(f func(ctx context.Context) (*MessagesInactiveChats, error)) {