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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L7039: type ChannelAdminLogEventActionChangeWallpaper struct {
		tl_channel_admin_log_event_action_gen.go#L7050: func (c ChannelAdminLogEventActionChangeWallpaper) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L7056: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangeWallpaper{}
		tl_channel_admin_log_event_action_gen.go#L7057: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangeWallpaper{}
		tl_channel_admin_log_event_action_gen.go#L7058: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangeWallpaper{}
		tl_channel_admin_log_event_action_gen.go#L7059: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangeWallpaper{}
		tl_channel_admin_log_event_action_gen.go#L7061: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeWallpaper{}
		tl_channel_admin_log_event_action_gen.go#L7064: func (c *ChannelAdminLogEventActionChangeWallpaper) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L7079: func (c *ChannelAdminLogEventActionChangeWallpaper) String() string {
		tl_channel_admin_log_event_action_gen.go#L7083: 	type Alias ChannelAdminLogEventActionChangeWallpaper
		tl_channel_admin_log_event_action_gen.go#L7088: func (c *ChannelAdminLogEventActionChangeWallpaper) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L7099: func (*ChannelAdminLogEventActionChangeWallpaper) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L7104: func (*ChannelAdminLogEventActionChangeWallpaper) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L7109: func (c *ChannelAdminLogEventActionChangeWallpaper) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L7132: func (c *ChannelAdminLogEventActionChangeWallpaper) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7141: func (c *ChannelAdminLogEventActionChangeWallpaper) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7161: func (c *ChannelAdminLogEventActionChangeWallpaper) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7172: func (c *ChannelAdminLogEventActionChangeWallpaper) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7194: func (c *ChannelAdminLogEventActionChangeWallpaper) GetPrevValue() (value WallPaperClass) {
		tl_channel_admin_log_event_action_gen.go#L7202: func (c *ChannelAdminLogEventActionChangeWallpaper) GetNewValue() (value WallPaperClass) {
		tl_channel_admin_log_event_action_gen.go#L7788: 		v := ChannelAdminLogEventActionChangeWallpaper{}
		tl_channel_admin_log_event_action_slices_gen.go#L681: 		value, ok := elem.(*ChannelAdminLogEventActionChangeWallpaper)
		tl_channel_admin_log_event_action_slices_gen.go#L4231: type ChannelAdminLogEventActionChangeWallpaperArray []ChannelAdminLogEventActionChangeWallpaper
		tl_channel_admin_log_event_action_slices_gen.go#L4234: func (s ChannelAdminLogEventActionChangeWallpaperArray) Sort(less func(a, b ChannelAdminLogEventActionChangeWallpaper) bool) ChannelAdminLogEventActionChangeWallpaperArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4242: func (s ChannelAdminLogEventActionChangeWallpaperArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeWallpaper) bool) ChannelAdminLogEventActionChangeWallpaperArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4250: func (s ChannelAdminLogEventActionChangeWallpaperArray) Retain(keep func(x ChannelAdminLogEventActionChangeWallpaper) bool) ChannelAdminLogEventActionChangeWallpaperArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4264: func (s ChannelAdminLogEventActionChangeWallpaperArray) First() (v ChannelAdminLogEventActionChangeWallpaper, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4272: func (s ChannelAdminLogEventActionChangeWallpaperArray) Last() (v ChannelAdminLogEventActionChangeWallpaper, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4280: func (s *ChannelAdminLogEventActionChangeWallpaperArray) PopFirst() (v ChannelAdminLogEventActionChangeWallpaper, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4290: 	var zero ChannelAdminLogEventActionChangeWallpaper
		tl_channel_admin_log_event_action_slices_gen.go#L4299: func (s *ChannelAdminLogEventActionChangeWallpaperArray) Pop() (v ChannelAdminLogEventActionChangeWallpaper, ok bool) {
		tl_registry_gen.go#L4397: 		ChannelAdminLogEventActionChangeWallpaperTypeID:          func() bin.Object { return &ChannelAdminLogEventActionChangeWallpaper{} },