type github.com/gotd/td/tg.UpdateChannelViewForumAsMessages
34 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1264: type ChannelViewForumAsMessagesHandler func(ctx context.Context, e Entities, update *UpdateChannelViewForumAsMessages) error
tl_handlers_gen.go#L1269: return handler(ctx, e, update.(*UpdateChannelViewForumAsMessages))
tl_registry_gen.go#L5354: UpdateChannelViewForumAsMessagesTypeID: func() bin.Object { return &UpdateChannelViewForumAsMessages{} },
tl_update_gen.go#L24066: type UpdateChannelViewForumAsMessages struct {
tl_update_gen.go#L24077: func (u UpdateChannelViewForumAsMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L24081: _ bin.Encoder = &UpdateChannelViewForumAsMessages{}
tl_update_gen.go#L24082: _ bin.Decoder = &UpdateChannelViewForumAsMessages{}
tl_update_gen.go#L24083: _ bin.BareEncoder = &UpdateChannelViewForumAsMessages{}
tl_update_gen.go#L24084: _ bin.BareDecoder = &UpdateChannelViewForumAsMessages{}
tl_update_gen.go#L24086: _ UpdateClass = &UpdateChannelViewForumAsMessages{}
tl_update_gen.go#L24089: func (u *UpdateChannelViewForumAsMessages) Zero() bool {
tl_update_gen.go#L24104: func (u *UpdateChannelViewForumAsMessages) String() string {
tl_update_gen.go#L24108: type Alias UpdateChannelViewForumAsMessages
tl_update_gen.go#L24113: func (u *UpdateChannelViewForumAsMessages) FillFrom(from interface {
tl_update_gen.go#L24124: func (*UpdateChannelViewForumAsMessages) TypeID() uint32 {
tl_update_gen.go#L24129: func (*UpdateChannelViewForumAsMessages) TypeName() string {
tl_update_gen.go#L24134: func (u *UpdateChannelViewForumAsMessages) TypeInfo() tdp.Type {
tl_update_gen.go#L24157: func (u *UpdateChannelViewForumAsMessages) Encode(b *bin.Buffer) error {
tl_update_gen.go#L24166: func (u *UpdateChannelViewForumAsMessages) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L24176: func (u *UpdateChannelViewForumAsMessages) Decode(b *bin.Buffer) error {
tl_update_gen.go#L24187: func (u *UpdateChannelViewForumAsMessages) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L24209: func (u *UpdateChannelViewForumAsMessages) GetChannelID() (value int64) {
tl_update_gen.go#L24217: func (u *UpdateChannelViewForumAsMessages) GetEnabled() (value bool) {
tl_update_gen.go#L35005: v := UpdateChannelViewForumAsMessages{}
tl_update_slices_gen.go#L1422: value, ok := elem.(*UpdateChannelViewForumAsMessages)
tl_update_slices_gen.go#L10456: type UpdateChannelViewForumAsMessagesArray []UpdateChannelViewForumAsMessages
tl_update_slices_gen.go#L10459: func (s UpdateChannelViewForumAsMessagesArray) Sort(less func(a, b UpdateChannelViewForumAsMessages) bool) UpdateChannelViewForumAsMessagesArray {
tl_update_slices_gen.go#L10467: func (s UpdateChannelViewForumAsMessagesArray) SortStable(less func(a, b UpdateChannelViewForumAsMessages) bool) UpdateChannelViewForumAsMessagesArray {
tl_update_slices_gen.go#L10475: func (s UpdateChannelViewForumAsMessagesArray) Retain(keep func(x UpdateChannelViewForumAsMessages) bool) UpdateChannelViewForumAsMessagesArray {
tl_update_slices_gen.go#L10489: func (s UpdateChannelViewForumAsMessagesArray) First() (v UpdateChannelViewForumAsMessages, ok bool) {
tl_update_slices_gen.go#L10497: func (s UpdateChannelViewForumAsMessagesArray) Last() (v UpdateChannelViewForumAsMessages, ok bool) {
tl_update_slices_gen.go#L10505: func (s *UpdateChannelViewForumAsMessagesArray) PopFirst() (v UpdateChannelViewForumAsMessages, ok bool) {
tl_update_slices_gen.go#L10515: var zero UpdateChannelViewForumAsMessages
tl_update_slices_gen.go#L10524: func (s *UpdateChannelViewForumAsMessagesArray) Pop() (v UpdateChannelViewForumAsMessages, ok bool) {
 |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |