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

34 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1290: type ChannelViewForumAsMessagesHandler func(ctx context.Context, e Entities, update *UpdateChannelViewForumAsMessages) error
		tl_handlers_gen.go#L1295: 		return handler(ctx, e, update.(*UpdateChannelViewForumAsMessages))
		tl_registry_gen.go#L3946: 		UpdateChannelViewForumAsMessagesTypeID:                   func() bin.Object { return &UpdateChannelViewForumAsMessages{} },
		tl_update_gen.go#L23755: type UpdateChannelViewForumAsMessages struct {
		tl_update_gen.go#L23766: func (u UpdateChannelViewForumAsMessages) construct() UpdateClass { return &u }
		tl_update_gen.go#L23770: 	_ bin.Encoder     = &UpdateChannelViewForumAsMessages{}
		tl_update_gen.go#L23771: 	_ bin.Decoder     = &UpdateChannelViewForumAsMessages{}
		tl_update_gen.go#L23772: 	_ bin.BareEncoder = &UpdateChannelViewForumAsMessages{}
		tl_update_gen.go#L23773: 	_ bin.BareDecoder = &UpdateChannelViewForumAsMessages{}
		tl_update_gen.go#L23775: 	_ UpdateClass = &UpdateChannelViewForumAsMessages{}
		tl_update_gen.go#L23778: func (u *UpdateChannelViewForumAsMessages) Zero() bool {
		tl_update_gen.go#L23793: func (u *UpdateChannelViewForumAsMessages) String() string {
		tl_update_gen.go#L23797: 	type Alias UpdateChannelViewForumAsMessages
		tl_update_gen.go#L23802: func (u *UpdateChannelViewForumAsMessages) FillFrom(from interface {
		tl_update_gen.go#L23813: func (*UpdateChannelViewForumAsMessages) TypeID() uint32 {
		tl_update_gen.go#L23818: func (*UpdateChannelViewForumAsMessages) TypeName() string {
		tl_update_gen.go#L23823: func (u *UpdateChannelViewForumAsMessages) TypeInfo() tdp.Type {
		tl_update_gen.go#L23846: func (u *UpdateChannelViewForumAsMessages) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L23855: func (u *UpdateChannelViewForumAsMessages) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L23865: func (u *UpdateChannelViewForumAsMessages) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L23876: func (u *UpdateChannelViewForumAsMessages) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L23898: func (u *UpdateChannelViewForumAsMessages) GetChannelID() (value int64) {
		tl_update_gen.go#L23906: func (u *UpdateChannelViewForumAsMessages) GetEnabled() (value bool) {
		tl_update_gen.go#L25777: 		v := UpdateChannelViewForumAsMessages{}
		tl_update_slices_gen.go#L1461: 		value, ok := elem.(*UpdateChannelViewForumAsMessages)
		tl_update_slices_gen.go#L10195: type UpdateChannelViewForumAsMessagesArray []UpdateChannelViewForumAsMessages
		tl_update_slices_gen.go#L10198: func (s UpdateChannelViewForumAsMessagesArray) Sort(less func(a, b UpdateChannelViewForumAsMessages) bool) UpdateChannelViewForumAsMessagesArray {
		tl_update_slices_gen.go#L10206: func (s UpdateChannelViewForumAsMessagesArray) SortStable(less func(a, b UpdateChannelViewForumAsMessages) bool) UpdateChannelViewForumAsMessagesArray {
		tl_update_slices_gen.go#L10214: func (s UpdateChannelViewForumAsMessagesArray) Retain(keep func(x UpdateChannelViewForumAsMessages) bool) UpdateChannelViewForumAsMessagesArray {
		tl_update_slices_gen.go#L10228: func (s UpdateChannelViewForumAsMessagesArray) First() (v UpdateChannelViewForumAsMessages, ok bool) {
		tl_update_slices_gen.go#L10236: func (s UpdateChannelViewForumAsMessagesArray) Last() (v UpdateChannelViewForumAsMessages, ok bool) {
		tl_update_slices_gen.go#L10244: func (s *UpdateChannelViewForumAsMessagesArray) PopFirst() (v UpdateChannelViewForumAsMessages, ok bool) {
		tl_update_slices_gen.go#L10254: 	var zero UpdateChannelViewForumAsMessages
		tl_update_slices_gen.go#L10263: func (s *UpdateChannelViewForumAsMessagesArray) Pop() (v UpdateChannelViewForumAsMessages, ok bool) {