type github.com/gotd/td/tg.ChannelAdminLogEventActionUpdatePinned
31 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L972: type ChannelAdminLogEventActionUpdatePinned struct {
tl_channel_admin_log_event_action_gen.go#L981: func (c ChannelAdminLogEventActionUpdatePinned) construct() ChannelAdminLogEventActionClass {
tl_channel_admin_log_event_action_gen.go#L987: _ bin.Encoder = &ChannelAdminLogEventActionUpdatePinned{}
tl_channel_admin_log_event_action_gen.go#L988: _ bin.Decoder = &ChannelAdminLogEventActionUpdatePinned{}
tl_channel_admin_log_event_action_gen.go#L989: _ bin.BareEncoder = &ChannelAdminLogEventActionUpdatePinned{}
tl_channel_admin_log_event_action_gen.go#L990: _ bin.BareDecoder = &ChannelAdminLogEventActionUpdatePinned{}
tl_channel_admin_log_event_action_gen.go#L992: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionUpdatePinned{}
tl_channel_admin_log_event_action_gen.go#L995: func (c *ChannelAdminLogEventActionUpdatePinned) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L1007: func (c *ChannelAdminLogEventActionUpdatePinned) String() string {
tl_channel_admin_log_event_action_gen.go#L1011: type Alias ChannelAdminLogEventActionUpdatePinned
tl_channel_admin_log_event_action_gen.go#L1016: func (c *ChannelAdminLogEventActionUpdatePinned) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L1025: func (*ChannelAdminLogEventActionUpdatePinned) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L1030: func (*ChannelAdminLogEventActionUpdatePinned) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L1035: func (c *ChannelAdminLogEventActionUpdatePinned) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L1054: func (c *ChannelAdminLogEventActionUpdatePinned) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L1063: func (c *ChannelAdminLogEventActionUpdatePinned) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L1077: func (c *ChannelAdminLogEventActionUpdatePinned) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L1088: func (c *ChannelAdminLogEventActionUpdatePinned) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L1103: func (c *ChannelAdminLogEventActionUpdatePinned) GetMessage() (value MessageClass) {
tl_channel_admin_log_event_action_gen.go#L7515: v := ChannelAdminLogEventActionUpdatePinned{}
tl_channel_admin_log_event_action_slices_gen.go#L200: value, ok := elem.(*ChannelAdminLogEventActionUpdatePinned)
tl_channel_admin_log_event_action_slices_gen.go#L1197: type ChannelAdminLogEventActionUpdatePinnedArray []ChannelAdminLogEventActionUpdatePinned
tl_channel_admin_log_event_action_slices_gen.go#L1200: func (s ChannelAdminLogEventActionUpdatePinnedArray) Sort(less func(a, b ChannelAdminLogEventActionUpdatePinned) bool) ChannelAdminLogEventActionUpdatePinnedArray {
tl_channel_admin_log_event_action_slices_gen.go#L1208: func (s ChannelAdminLogEventActionUpdatePinnedArray) SortStable(less func(a, b ChannelAdminLogEventActionUpdatePinned) bool) ChannelAdminLogEventActionUpdatePinnedArray {
tl_channel_admin_log_event_action_slices_gen.go#L1216: func (s ChannelAdminLogEventActionUpdatePinnedArray) Retain(keep func(x ChannelAdminLogEventActionUpdatePinned) bool) ChannelAdminLogEventActionUpdatePinnedArray {
tl_channel_admin_log_event_action_slices_gen.go#L1230: func (s ChannelAdminLogEventActionUpdatePinnedArray) First() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1238: func (s ChannelAdminLogEventActionUpdatePinnedArray) Last() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1246: func (s *ChannelAdminLogEventActionUpdatePinnedArray) PopFirst() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1256: var zero ChannelAdminLogEventActionUpdatePinned
tl_channel_admin_log_event_action_slices_gen.go#L1265: func (s *ChannelAdminLogEventActionUpdatePinnedArray) Pop() (v ChannelAdminLogEventActionUpdatePinned, ok bool) {
tl_registry_gen.go#L4358: ChannelAdminLogEventActionUpdatePinnedTypeID: func() bin.Object { return &ChannelAdminLogEventActionUpdatePinned{} },
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. |