type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeLinkedChat

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L2758: type ChannelAdminLogEventActionChangeLinkedChat struct {
		tl_channel_admin_log_event_action_gen.go#L2769: func (c ChannelAdminLogEventActionChangeLinkedChat) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L2775: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangeLinkedChat{}
		tl_channel_admin_log_event_action_gen.go#L2776: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangeLinkedChat{}
		tl_channel_admin_log_event_action_gen.go#L2777: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangeLinkedChat{}
		tl_channel_admin_log_event_action_gen.go#L2778: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangeLinkedChat{}
		tl_channel_admin_log_event_action_gen.go#L2780: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeLinkedChat{}
		tl_channel_admin_log_event_action_gen.go#L2783: func (c *ChannelAdminLogEventActionChangeLinkedChat) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L2798: func (c *ChannelAdminLogEventActionChangeLinkedChat) String() string {
		tl_channel_admin_log_event_action_gen.go#L2802: 	type Alias ChannelAdminLogEventActionChangeLinkedChat
		tl_channel_admin_log_event_action_gen.go#L2807: func (c *ChannelAdminLogEventActionChangeLinkedChat) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L2818: func (*ChannelAdminLogEventActionChangeLinkedChat) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L2823: func (*ChannelAdminLogEventActionChangeLinkedChat) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L2828: func (c *ChannelAdminLogEventActionChangeLinkedChat) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L2851: func (c *ChannelAdminLogEventActionChangeLinkedChat) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2860: func (c *ChannelAdminLogEventActionChangeLinkedChat) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2870: func (c *ChannelAdminLogEventActionChangeLinkedChat) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2881: func (c *ChannelAdminLogEventActionChangeLinkedChat) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2903: func (c *ChannelAdminLogEventActionChangeLinkedChat) GetPrevValue() (value int64) {
		tl_channel_admin_log_event_action_gen.go#L2911: func (c *ChannelAdminLogEventActionChangeLinkedChat) GetNewValue() (value int64) {
		tl_channel_admin_log_event_action_gen.go#L7599: 		v := ChannelAdminLogEventActionChangeLinkedChat{}
		tl_channel_admin_log_event_action_slices_gen.go#L330: 		value, ok := elem.(*ChannelAdminLogEventActionChangeLinkedChat)
		tl_channel_admin_log_event_action_slices_gen.go#L2017: type ChannelAdminLogEventActionChangeLinkedChatArray []ChannelAdminLogEventActionChangeLinkedChat
		tl_channel_admin_log_event_action_slices_gen.go#L2020: func (s ChannelAdminLogEventActionChangeLinkedChatArray) Sort(less func(a, b ChannelAdminLogEventActionChangeLinkedChat) bool) ChannelAdminLogEventActionChangeLinkedChatArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2028: func (s ChannelAdminLogEventActionChangeLinkedChatArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeLinkedChat) bool) ChannelAdminLogEventActionChangeLinkedChatArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2036: func (s ChannelAdminLogEventActionChangeLinkedChatArray) Retain(keep func(x ChannelAdminLogEventActionChangeLinkedChat) bool) ChannelAdminLogEventActionChangeLinkedChatArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2050: func (s ChannelAdminLogEventActionChangeLinkedChatArray) First() (v ChannelAdminLogEventActionChangeLinkedChat, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2058: func (s ChannelAdminLogEventActionChangeLinkedChatArray) Last() (v ChannelAdminLogEventActionChangeLinkedChat, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2066: func (s *ChannelAdminLogEventActionChangeLinkedChatArray) PopFirst() (v ChannelAdminLogEventActionChangeLinkedChat, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2076: 	var zero ChannelAdminLogEventActionChangeLinkedChat
		tl_channel_admin_log_event_action_slices_gen.go#L2085: func (s *ChannelAdminLogEventActionChangeLinkedChatArray) Pop() (v ChannelAdminLogEventActionChangeLinkedChat, ok bool) {
		tl_registry_gen.go#L4370: 		ChannelAdminLogEventActionChangeLinkedChatTypeID:         func() bin.Object { return &ChannelAdminLogEventActionChangeLinkedChat{} },