type github.com/gotd/td/tg.UpdatePinnedChannelMessages
40 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L940: type PinnedChannelMessagesHandler func(ctx context.Context, e Entities, update *UpdatePinnedChannelMessages) error
tl_handlers_gen.go#L945: return handler(ctx, e, update.(*UpdatePinnedChannelMessages))
tl_registry_gen.go#L3911: UpdatePinnedChannelMessagesTypeID: func() bin.Object { return &UpdatePinnedChannelMessages{} },
tl_update_gen.go#L16824: type UpdatePinnedChannelMessages struct {
tl_update_gen.go#L16852: func (u UpdatePinnedChannelMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L16856: _ bin.Encoder = &UpdatePinnedChannelMessages{}
tl_update_gen.go#L16857: _ bin.Decoder = &UpdatePinnedChannelMessages{}
tl_update_gen.go#L16858: _ bin.BareEncoder = &UpdatePinnedChannelMessages{}
tl_update_gen.go#L16859: _ bin.BareDecoder = &UpdatePinnedChannelMessages{}
tl_update_gen.go#L16861: _ UpdateClass = &UpdatePinnedChannelMessages{}
tl_update_gen.go#L16864: func (u *UpdatePinnedChannelMessages) Zero() bool {
tl_update_gen.go#L16891: func (u *UpdatePinnedChannelMessages) String() string {
tl_update_gen.go#L16895: type Alias UpdatePinnedChannelMessages
tl_update_gen.go#L16900: func (u *UpdatePinnedChannelMessages) FillFrom(from interface {
tl_update_gen.go#L16917: func (*UpdatePinnedChannelMessages) TypeID() uint32 {
tl_update_gen.go#L16922: func (*UpdatePinnedChannelMessages) TypeName() string {
tl_update_gen.go#L16927: func (u *UpdatePinnedChannelMessages) TypeInfo() tdp.Type {
tl_update_gen.go#L16963: func (u *UpdatePinnedChannelMessages) SetFlags() {
tl_update_gen.go#L16970: func (u *UpdatePinnedChannelMessages) Encode(b *bin.Buffer) error {
tl_update_gen.go#L16979: func (u *UpdatePinnedChannelMessages) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L16998: func (u *UpdatePinnedChannelMessages) Decode(b *bin.Buffer) error {
tl_update_gen.go#L17009: func (u *UpdatePinnedChannelMessages) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L17061: func (u *UpdatePinnedChannelMessages) SetPinned(value bool) {
tl_update_gen.go#L17072: func (u *UpdatePinnedChannelMessages) GetPinned() (value bool) {
tl_update_gen.go#L17080: func (u *UpdatePinnedChannelMessages) GetChannelID() (value int64) {
tl_update_gen.go#L17088: func (u *UpdatePinnedChannelMessages) GetMessages() (value []int) {
tl_update_gen.go#L17096: func (u *UpdatePinnedChannelMessages) GetPts() (value int) {
tl_update_gen.go#L17104: func (u *UpdatePinnedChannelMessages) GetPtsCount() (value int) {
tl_update_gen.go#L25532: v := UpdatePinnedChannelMessages{}
tl_update_slices_gen.go#L1084: value, ok := elem.(*UpdatePinnedChannelMessages)
tl_update_slices_gen.go#L7733: type UpdatePinnedChannelMessagesArray []UpdatePinnedChannelMessages
tl_update_slices_gen.go#L7736: func (s UpdatePinnedChannelMessagesArray) Sort(less func(a, b UpdatePinnedChannelMessages) bool) UpdatePinnedChannelMessagesArray {
tl_update_slices_gen.go#L7744: func (s UpdatePinnedChannelMessagesArray) SortStable(less func(a, b UpdatePinnedChannelMessages) bool) UpdatePinnedChannelMessagesArray {
tl_update_slices_gen.go#L7752: func (s UpdatePinnedChannelMessagesArray) Retain(keep func(x UpdatePinnedChannelMessages) bool) UpdatePinnedChannelMessagesArray {
tl_update_slices_gen.go#L7766: func (s UpdatePinnedChannelMessagesArray) First() (v UpdatePinnedChannelMessages, ok bool) {
tl_update_slices_gen.go#L7774: func (s UpdatePinnedChannelMessagesArray) Last() (v UpdatePinnedChannelMessages, ok bool) {
tl_update_slices_gen.go#L7782: func (s *UpdatePinnedChannelMessagesArray) PopFirst() (v UpdatePinnedChannelMessages, ok bool) {
tl_update_slices_gen.go#L7792: var zero UpdatePinnedChannelMessages
tl_update_slices_gen.go#L7801: func (s *UpdatePinnedChannelMessagesArray) Pop() (v UpdatePinnedChannelMessages, ok bool) {
tl_updates_classifier_gen.go#L100: case *UpdatePinnedChannelMessages:
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |