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

44 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_chat_gen.go#L1062: type EncryptedChatDiscarded struct {
		tl_encrypted_chat_gen.go#L1078: func (e EncryptedChatDiscarded) construct() EncryptedChatClass { return &e }
		tl_encrypted_chat_gen.go#L1082: 	_ bin.Encoder     = &EncryptedChatDiscarded{}
		tl_encrypted_chat_gen.go#L1083: 	_ bin.Decoder     = &EncryptedChatDiscarded{}
		tl_encrypted_chat_gen.go#L1084: 	_ bin.BareEncoder = &EncryptedChatDiscarded{}
		tl_encrypted_chat_gen.go#L1085: 	_ bin.BareDecoder = &EncryptedChatDiscarded{}
		tl_encrypted_chat_gen.go#L1087: 	_ EncryptedChatClass = &EncryptedChatDiscarded{}
		tl_encrypted_chat_gen.go#L1090: func (e *EncryptedChatDiscarded) Zero() bool {
		tl_encrypted_chat_gen.go#L1108: func (e *EncryptedChatDiscarded) String() string {
		tl_encrypted_chat_gen.go#L1112: 	type Alias EncryptedChatDiscarded
		tl_encrypted_chat_gen.go#L1117: func (e *EncryptedChatDiscarded) FillFrom(from interface {
		tl_encrypted_chat_gen.go#L1128: func (*EncryptedChatDiscarded) TypeID() uint32 {
		tl_encrypted_chat_gen.go#L1133: func (*EncryptedChatDiscarded) TypeName() string {
		tl_encrypted_chat_gen.go#L1138: func (e *EncryptedChatDiscarded) TypeInfo() tdp.Type {
		tl_encrypted_chat_gen.go#L1162: func (e *EncryptedChatDiscarded) SetFlags() {
		tl_encrypted_chat_gen.go#L1169: func (e *EncryptedChatDiscarded) Encode(b *bin.Buffer) error {
		tl_encrypted_chat_gen.go#L1178: func (e *EncryptedChatDiscarded) EncodeBare(b *bin.Buffer) error {
		tl_encrypted_chat_gen.go#L1191: func (e *EncryptedChatDiscarded) Decode(b *bin.Buffer) error {
		tl_encrypted_chat_gen.go#L1202: func (e *EncryptedChatDiscarded) DecodeBare(b *bin.Buffer) error {
		tl_encrypted_chat_gen.go#L1223: func (e *EncryptedChatDiscarded) SetHistoryDeleted(value bool) {
		tl_encrypted_chat_gen.go#L1234: func (e *EncryptedChatDiscarded) GetHistoryDeleted() (value bool) {
		tl_encrypted_chat_gen.go#L1242: func (e *EncryptedChatDiscarded) GetID() (value int) {
		tl_encrypted_chat_gen.go#L1352: func (e *EncryptedChatDiscarded) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
		tl_encrypted_chat_gen.go#L1394: 		v := EncryptedChatDiscarded{}
		tl_encrypted_chat_slices_gen.go#L258: func (s EncryptedChatClassArray) FillEncryptedChatDiscardedMap(to map[int]*EncryptedChatDiscarded) {
		tl_encrypted_chat_slices_gen.go#L260: 		value, ok := elem.(*EncryptedChatDiscarded)
		tl_encrypted_chat_slices_gen.go#L269: func (s EncryptedChatClassArray) EncryptedChatDiscardedToMap() map[int]*EncryptedChatDiscarded {
		tl_encrypted_chat_slices_gen.go#L270: 	r := make(map[int]*EncryptedChatDiscarded, len(s))
		tl_encrypted_chat_slices_gen.go#L278: 		value, ok := elem.(*EncryptedChatDiscarded)
		tl_encrypted_chat_slices_gen.go#L844: type EncryptedChatDiscardedArray []EncryptedChatDiscarded
		tl_encrypted_chat_slices_gen.go#L847: func (s EncryptedChatDiscardedArray) Sort(less func(a, b EncryptedChatDiscarded) bool) EncryptedChatDiscardedArray {
		tl_encrypted_chat_slices_gen.go#L855: func (s EncryptedChatDiscardedArray) SortStable(less func(a, b EncryptedChatDiscarded) bool) EncryptedChatDiscardedArray {
		tl_encrypted_chat_slices_gen.go#L863: func (s EncryptedChatDiscardedArray) Retain(keep func(x EncryptedChatDiscarded) bool) EncryptedChatDiscardedArray {
		tl_encrypted_chat_slices_gen.go#L877: func (s EncryptedChatDiscardedArray) First() (v EncryptedChatDiscarded, ok bool) {
		tl_encrypted_chat_slices_gen.go#L885: func (s EncryptedChatDiscardedArray) Last() (v EncryptedChatDiscarded, ok bool) {
		tl_encrypted_chat_slices_gen.go#L893: func (s *EncryptedChatDiscardedArray) PopFirst() (v EncryptedChatDiscarded, ok bool) {
		tl_encrypted_chat_slices_gen.go#L903: 	var zero EncryptedChatDiscarded
		tl_encrypted_chat_slices_gen.go#L912: func (s *EncryptedChatDiscardedArray) Pop() (v EncryptedChatDiscarded, ok bool) {
		tl_encrypted_chat_slices_gen.go#L927: 	return s.Sort(func(a, b EncryptedChatDiscarded) bool {
		tl_encrypted_chat_slices_gen.go#L934: 	return s.SortStable(func(a, b EncryptedChatDiscarded) bool {
		tl_encrypted_chat_slices_gen.go#L940: func (s EncryptedChatDiscardedArray) FillMap(to map[int]EncryptedChatDiscarded) {
		tl_encrypted_chat_slices_gen.go#L947: func (s EncryptedChatDiscardedArray) ToMap() map[int]EncryptedChatDiscarded {
		tl_encrypted_chat_slices_gen.go#L948: 	r := make(map[int]EncryptedChatDiscarded, len(s))
		tl_registry_gen.go#L3977: 		EncryptedChatDiscardedTypeID:                             func() bin.Object { return &EncryptedChatDiscarded{} },