const github.com/gotd/td/tg.EncryptedChatWaitingTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_encrypted_chat_gen.go#L187: const EncryptedChatWaitingTypeID = 0x66b25953
		tl_encrypted_chat_gen.go#L253: 	return EncryptedChatWaitingTypeID
		tl_encrypted_chat_gen.go#L265: 		ID:   EncryptedChatWaitingTypeID,
		tl_encrypted_chat_gen.go#L301: 	b.PutID(EncryptedChatWaitingTypeID)
		tl_encrypted_chat_gen.go#L323: 	if err := b.ConsumeID(EncryptedChatWaitingTypeID); err != nil {
		tl_encrypted_chat_gen.go#L1371: 	case EncryptedChatWaitingTypeID:
		tl_registry_gen.go#L410: 		EncryptedChatWaitingTypeID:                               "encryptedChatWaiting#66b25953",
		tl_registry_gen.go#L2192: 		"encryptedChatWaiting":                               EncryptedChatWaitingTypeID,
		tl_registry_gen.go#L3974: 		EncryptedChatWaitingTypeID:                               func() bin.Object { return &EncryptedChatWaiting{} },
		tl_registry_gen.go#L5685: 			EncryptedChatWaitingTypeID,