type github.com/gotd/td/tg.UpdateChannelAvailableMessages
34 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L714: type ChannelAvailableMessagesHandler func(ctx context.Context, e Entities, update *UpdateChannelAvailableMessages) error
tl_handlers_gen.go#L719: return handler(ctx, e, update.(*UpdateChannelAvailableMessages))
tl_registry_gen.go#L5299: UpdateChannelAvailableMessagesTypeID: func() bin.Object { return &UpdateChannelAvailableMessages{} },
tl_update_gen.go#L12655: type UpdateChannelAvailableMessages struct {
tl_update_gen.go#L12666: func (u UpdateChannelAvailableMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L12670: _ bin.Encoder = &UpdateChannelAvailableMessages{}
tl_update_gen.go#L12671: _ bin.Decoder = &UpdateChannelAvailableMessages{}
tl_update_gen.go#L12672: _ bin.BareEncoder = &UpdateChannelAvailableMessages{}
tl_update_gen.go#L12673: _ bin.BareDecoder = &UpdateChannelAvailableMessages{}
tl_update_gen.go#L12675: _ UpdateClass = &UpdateChannelAvailableMessages{}
tl_update_gen.go#L12678: func (u *UpdateChannelAvailableMessages) Zero() bool {
tl_update_gen.go#L12693: func (u *UpdateChannelAvailableMessages) String() string {
tl_update_gen.go#L12697: type Alias UpdateChannelAvailableMessages
tl_update_gen.go#L12702: func (u *UpdateChannelAvailableMessages) FillFrom(from interface {
tl_update_gen.go#L12713: func (*UpdateChannelAvailableMessages) TypeID() uint32 {
tl_update_gen.go#L12718: func (*UpdateChannelAvailableMessages) TypeName() string {
tl_update_gen.go#L12723: func (u *UpdateChannelAvailableMessages) TypeInfo() tdp.Type {
tl_update_gen.go#L12746: func (u *UpdateChannelAvailableMessages) Encode(b *bin.Buffer) error {
tl_update_gen.go#L12755: func (u *UpdateChannelAvailableMessages) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L12765: func (u *UpdateChannelAvailableMessages) Decode(b *bin.Buffer) error {
tl_update_gen.go#L12776: func (u *UpdateChannelAvailableMessages) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L12798: func (u *UpdateChannelAvailableMessages) GetChannelID() (value int64) {
tl_update_gen.go#L12806: func (u *UpdateChannelAvailableMessages) GetAvailableMinID() (value int) {
tl_update_gen.go#L34620: v := UpdateChannelAvailableMessages{}
tl_update_slices_gen.go#L811: value, ok := elem.(*UpdateChannelAvailableMessages)
tl_update_slices_gen.go#L6462: type UpdateChannelAvailableMessagesArray []UpdateChannelAvailableMessages
tl_update_slices_gen.go#L6465: func (s UpdateChannelAvailableMessagesArray) Sort(less func(a, b UpdateChannelAvailableMessages) bool) UpdateChannelAvailableMessagesArray {
tl_update_slices_gen.go#L6473: func (s UpdateChannelAvailableMessagesArray) SortStable(less func(a, b UpdateChannelAvailableMessages) bool) UpdateChannelAvailableMessagesArray {
tl_update_slices_gen.go#L6481: func (s UpdateChannelAvailableMessagesArray) Retain(keep func(x UpdateChannelAvailableMessages) bool) UpdateChannelAvailableMessagesArray {
tl_update_slices_gen.go#L6495: func (s UpdateChannelAvailableMessagesArray) First() (v UpdateChannelAvailableMessages, ok bool) {
tl_update_slices_gen.go#L6503: func (s UpdateChannelAvailableMessagesArray) Last() (v UpdateChannelAvailableMessages, ok bool) {
tl_update_slices_gen.go#L6511: func (s *UpdateChannelAvailableMessagesArray) PopFirst() (v UpdateChannelAvailableMessages, ok bool) {
tl_update_slices_gen.go#L6521: var zero UpdateChannelAvailableMessages
tl_update_slices_gen.go#L6530: func (s *UpdateChannelAvailableMessagesArray) Pop() (v UpdateChannelAvailableMessages, 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. |