type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeTitle
32 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L38: type ChannelAdminLogEventActionChangeTitle struct {
tl_channel_admin_log_event_action_gen.go#L49: func (c ChannelAdminLogEventActionChangeTitle) construct() ChannelAdminLogEventActionClass { return &c }
tl_channel_admin_log_event_action_gen.go#L53: _ bin.Encoder = &ChannelAdminLogEventActionChangeTitle{}
tl_channel_admin_log_event_action_gen.go#L54: _ bin.Decoder = &ChannelAdminLogEventActionChangeTitle{}
tl_channel_admin_log_event_action_gen.go#L55: _ bin.BareEncoder = &ChannelAdminLogEventActionChangeTitle{}
tl_channel_admin_log_event_action_gen.go#L56: _ bin.BareDecoder = &ChannelAdminLogEventActionChangeTitle{}
tl_channel_admin_log_event_action_gen.go#L58: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeTitle{}
tl_channel_admin_log_event_action_gen.go#L61: func (c *ChannelAdminLogEventActionChangeTitle) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L76: func (c *ChannelAdminLogEventActionChangeTitle) String() string {
tl_channel_admin_log_event_action_gen.go#L80: type Alias ChannelAdminLogEventActionChangeTitle
tl_channel_admin_log_event_action_gen.go#L85: func (c *ChannelAdminLogEventActionChangeTitle) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L96: func (*ChannelAdminLogEventActionChangeTitle) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L101: func (*ChannelAdminLogEventActionChangeTitle) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L106: func (c *ChannelAdminLogEventActionChangeTitle) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L129: func (c *ChannelAdminLogEventActionChangeTitle) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L138: func (c *ChannelAdminLogEventActionChangeTitle) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L148: func (c *ChannelAdminLogEventActionChangeTitle) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L159: func (c *ChannelAdminLogEventActionChangeTitle) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L181: func (c *ChannelAdminLogEventActionChangeTitle) GetPrevValue() (value string) {
tl_channel_admin_log_event_action_gen.go#L189: func (c *ChannelAdminLogEventActionChangeTitle) GetNewValue() (value string) {
tl_channel_admin_log_event_action_gen.go#L8403: v := ChannelAdminLogEventActionChangeTitle{}
tl_channel_admin_log_event_action_slices_gen.go#L122: value, ok := elem.(*ChannelAdminLogEventActionChangeTitle)
tl_channel_admin_log_event_action_slices_gen.go#L770: type ChannelAdminLogEventActionChangeTitleArray []ChannelAdminLogEventActionChangeTitle
tl_channel_admin_log_event_action_slices_gen.go#L773: func (s ChannelAdminLogEventActionChangeTitleArray) Sort(less func(a, b ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
tl_channel_admin_log_event_action_slices_gen.go#L781: func (s ChannelAdminLogEventActionChangeTitleArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
tl_channel_admin_log_event_action_slices_gen.go#L789: func (s ChannelAdminLogEventActionChangeTitleArray) Retain(keep func(x ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
tl_channel_admin_log_event_action_slices_gen.go#L803: func (s ChannelAdminLogEventActionChangeTitleArray) First() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L811: func (s ChannelAdminLogEventActionChangeTitleArray) Last() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L819: func (s *ChannelAdminLogEventActionChangeTitleArray) PopFirst() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L829: var zero ChannelAdminLogEventActionChangeTitle
tl_channel_admin_log_event_action_slices_gen.go#L838: func (s *ChannelAdminLogEventActionChangeTitleArray) Pop() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
tl_registry_gen.go#L5774: ChannelAdminLogEventActionChangeTitleTypeID: func() bin.Object { return &ChannelAdminLogEventActionChangeTitle{} },
![]() |
The pages are generated with Golds v0.8.4. (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. |