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#L7473: 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#L705: type ChannelAdminLogEventActionChangeTitleArray []ChannelAdminLogEventActionChangeTitle
tl_channel_admin_log_event_action_slices_gen.go#L708: func (s ChannelAdminLogEventActionChangeTitleArray) Sort(less func(a, b ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
tl_channel_admin_log_event_action_slices_gen.go#L716: func (s ChannelAdminLogEventActionChangeTitleArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
tl_channel_admin_log_event_action_slices_gen.go#L724: func (s ChannelAdminLogEventActionChangeTitleArray) Retain(keep func(x ChannelAdminLogEventActionChangeTitle) bool) ChannelAdminLogEventActionChangeTitleArray {
tl_channel_admin_log_event_action_slices_gen.go#L738: func (s ChannelAdminLogEventActionChangeTitleArray) First() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L746: func (s ChannelAdminLogEventActionChangeTitleArray) Last() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L754: func (s *ChannelAdminLogEventActionChangeTitleArray) PopFirst() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L764: var zero ChannelAdminLogEventActionChangeTitle
tl_channel_admin_log_event_action_slices_gen.go#L773: func (s *ChannelAdminLogEventActionChangeTitleArray) Pop() (v ChannelAdminLogEventActionChangeTitle, ok bool) {
tl_registry_gen.go#L4352: ChannelAdminLogEventActionChangeTitleTypeID: func() bin.Object { return &ChannelAdminLogEventActionChangeTitle{} },
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. |