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

47 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_chat_gen.go#L173: type EncryptedChatWaiting struct {
		tl_encrypted_chat_gen.go#L190: func (e EncryptedChatWaiting) construct() EncryptedChatClass { return &e }
		tl_encrypted_chat_gen.go#L194: 	_ bin.Encoder     = &EncryptedChatWaiting{}
		tl_encrypted_chat_gen.go#L195: 	_ bin.Decoder     = &EncryptedChatWaiting{}
		tl_encrypted_chat_gen.go#L196: 	_ bin.BareEncoder = &EncryptedChatWaiting{}
		tl_encrypted_chat_gen.go#L197: 	_ bin.BareDecoder = &EncryptedChatWaiting{}
		tl_encrypted_chat_gen.go#L199: 	_ EncryptedChatClass = &EncryptedChatWaiting{}
		tl_encrypted_chat_gen.go#L202: func (e *EncryptedChatWaiting) Zero() bool {
		tl_encrypted_chat_gen.go#L226: func (e *EncryptedChatWaiting) String() string {
		tl_encrypted_chat_gen.go#L230: 	type Alias EncryptedChatWaiting
		tl_encrypted_chat_gen.go#L235: func (e *EncryptedChatWaiting) FillFrom(from interface {
		tl_encrypted_chat_gen.go#L252: func (*EncryptedChatWaiting) TypeID() uint32 {
		tl_encrypted_chat_gen.go#L257: func (*EncryptedChatWaiting) TypeName() string {
		tl_encrypted_chat_gen.go#L262: func (e *EncryptedChatWaiting) TypeInfo() tdp.Type {
		tl_encrypted_chat_gen.go#L297: func (e *EncryptedChatWaiting) Encode(b *bin.Buffer) error {
		tl_encrypted_chat_gen.go#L306: func (e *EncryptedChatWaiting) EncodeBare(b *bin.Buffer) error {
		tl_encrypted_chat_gen.go#L319: func (e *EncryptedChatWaiting) Decode(b *bin.Buffer) error {
		tl_encrypted_chat_gen.go#L330: func (e *EncryptedChatWaiting) DecodeBare(b *bin.Buffer) error {
		tl_encrypted_chat_gen.go#L373: func (e *EncryptedChatWaiting) GetID() (value int) {
		tl_encrypted_chat_gen.go#L381: func (e *EncryptedChatWaiting) GetAccessHash() (value int64) {
		tl_encrypted_chat_gen.go#L389: func (e *EncryptedChatWaiting) GetDate() (value int) {
		tl_encrypted_chat_gen.go#L397: func (e *EncryptedChatWaiting) GetAdminID() (value int64) {
		tl_encrypted_chat_gen.go#L405: func (e *EncryptedChatWaiting) GetParticipantID() (value int64) {
		tl_encrypted_chat_gen.go#L1334: func (e *EncryptedChatWaiting) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
		tl_encrypted_chat_gen.go#L1373: 		v := EncryptedChatWaiting{}
		tl_encrypted_chat_slices_gen.go#L165: func (s EncryptedChatClassArray) FillEncryptedChatWaitingMap(to map[int]*EncryptedChatWaiting) {
		tl_encrypted_chat_slices_gen.go#L167: 		value, ok := elem.(*EncryptedChatWaiting)
		tl_encrypted_chat_slices_gen.go#L176: func (s EncryptedChatClassArray) EncryptedChatWaitingToMap() map[int]*EncryptedChatWaiting {
		tl_encrypted_chat_slices_gen.go#L177: 	r := make(map[int]*EncryptedChatWaiting, len(s))
		tl_encrypted_chat_slices_gen.go#L185: 		value, ok := elem.(*EncryptedChatWaiting)
		tl_encrypted_chat_slices_gen.go#L472: type EncryptedChatWaitingArray []EncryptedChatWaiting
		tl_encrypted_chat_slices_gen.go#L475: func (s EncryptedChatWaitingArray) Sort(less func(a, b EncryptedChatWaiting) bool) EncryptedChatWaitingArray {
		tl_encrypted_chat_slices_gen.go#L483: func (s EncryptedChatWaitingArray) SortStable(less func(a, b EncryptedChatWaiting) bool) EncryptedChatWaitingArray {
		tl_encrypted_chat_slices_gen.go#L491: func (s EncryptedChatWaitingArray) Retain(keep func(x EncryptedChatWaiting) bool) EncryptedChatWaitingArray {
		tl_encrypted_chat_slices_gen.go#L505: func (s EncryptedChatWaitingArray) First() (v EncryptedChatWaiting, ok bool) {
		tl_encrypted_chat_slices_gen.go#L513: func (s EncryptedChatWaitingArray) Last() (v EncryptedChatWaiting, ok bool) {
		tl_encrypted_chat_slices_gen.go#L521: func (s *EncryptedChatWaitingArray) PopFirst() (v EncryptedChatWaiting, ok bool) {
		tl_encrypted_chat_slices_gen.go#L531: 	var zero EncryptedChatWaiting
		tl_encrypted_chat_slices_gen.go#L540: func (s *EncryptedChatWaitingArray) Pop() (v EncryptedChatWaiting, ok bool) {
		tl_encrypted_chat_slices_gen.go#L555: 	return s.Sort(func(a, b EncryptedChatWaiting) bool {
		tl_encrypted_chat_slices_gen.go#L562: 	return s.SortStable(func(a, b EncryptedChatWaiting) bool {
		tl_encrypted_chat_slices_gen.go#L569: 	return s.Sort(func(a, b EncryptedChatWaiting) bool {
		tl_encrypted_chat_slices_gen.go#L576: 	return s.SortStable(func(a, b EncryptedChatWaiting) bool {
		tl_encrypted_chat_slices_gen.go#L582: func (s EncryptedChatWaitingArray) FillMap(to map[int]EncryptedChatWaiting) {
		tl_encrypted_chat_slices_gen.go#L589: func (s EncryptedChatWaitingArray) ToMap() map[int]EncryptedChatWaiting {
		tl_encrypted_chat_slices_gen.go#L590: 	r := make(map[int]EncryptedChatWaiting, len(s))
		tl_registry_gen.go#L3974: 		EncryptedChatWaitingTypeID:                               func() bin.Object { return &EncryptedChatWaiting{} },